home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / bluej / bluejsetup-203.exe / {app} / lib / english / dialogues next >
Text File  |  2004-12-19  |  10KB  |  404 lines

  1. compile-while-executing
  2. You cannot compile while the machine
  3. is executing. This could cause strange
  4. problems!
  5.  
  6. exception-thrown
  7. An exception was thrown:
  8.  
  9. break-no-source
  10. Breakpoint hit in a file for which the
  11. source cannot be found.  Filename:
  12.  
  13. error-in-file
  14. An error occurred in a file for which the
  15. source cannot be found.
  16. class: source line number:
  17.  
  18. system-exit
  19. The method finished through an explicit
  20. "exit" instruction. No result was
  21. returned. The exit code is:
  22.  
  23. no-help
  24. No help available for this message.
  25. Please mail the text of the error message
  26. to mik@mip.sdu.dk - we will then
  27. add a help text to our help database. Thanks.
  28.  
  29. editor-crashed
  30. It seems that BlueJ crashed while writing this class
  31. to disk last time. The source code may be missing or 
  32. incomplete. There should be a backup of this class 
  33. in the project folder. If this class seems damaged,
  34.    1 - quit BlueJ
  35.    2 - backup your project folder (just in case)
  36.    3 - look into the project folder for a backup of
  37.        this java file. Rename it to the original
  38.        file name (with a '.java' suffix)
  39.  
  40. cannot-run-compiler
  41. Cannot run compiler. Is the
  42. program in your path?
  43. Name of compiler:
  44.  
  45. compiler-error
  46. Compiler error:
  47.  
  48. stream-incomplete
  49. Compiler error. Error stream incomplete.
  50.  
  51. out-of-bounds
  52. Element specified is not
  53. within array bounds.
  54.  
  55. cannot-access-element
  56. Unable to access the array
  57. element specified.
  58.  
  59. appletviewer-error
  60. Error executing applet in appletviewer.
  61.  
  62. error-no-name
  63. You must specify a valid name.
  64.  
  65. error-save-file
  66. An error occurred when trying to save
  67. the file. The file was not saved.
  68.  
  69. cannot-save-keys
  70. An error occurred while trying to save
  71. the key bindings. The bindings were not
  72. saved.
  73.  
  74. error-no-templates
  75. The specified template directory (the directory where
  76. BlueJ finds the class templates) does not exist. It
  77. is defined with the property "bluej.templatePath" in
  78. <bluej-home>/lib/bluej.defs. Check and fix this property.
  79.  
  80. skeleton-error
  81. The default skeleton for the class could not be
  82. generated. This may be because of configuration
  83. error in the setup of BlueJ, or because of file
  84. system access problems.
  85.  
  86. error-open-source
  87. Cannot open the source
  88. of this class.
  89.  
  90. error-writing-readme
  91. The README file for this project could not be
  92. updated to add the main class information.
  93. There was an error changing this file.
  94.  
  95. error-writing-jar
  96. The jar file could not be written correctly.
  97. (Check the file system for access rights and
  98. disk space availability.)
  99.  
  100. error-jar-exists
  101. The file you have selected already exists.
  102. Do you want to overwrite it?
  103. Overwrite
  104. Cancel
  105. null
  106.  
  107. invalid-class-name
  108. Invalid Class Name.
  109.  
  110. invalid-package-name
  111. Invalid Package Name.
  112.  
  113. must-be-identifier
  114. The name is not valid. It
  115. must be a Java identifier.
  116.  
  117. directory-exists
  118. A file or directory with this
  119. name already exists.
  120.  
  121. cannot-copy-package
  122. There was a problem copying the
  123. package files. The package was
  124. not written or may be incomplete.
  125.  
  126. file-does-not-exist
  127. The specified file
  128. does not exist.
  129.  
  130. cannot-import
  131. Cannot import file. The file must
  132. be a Java source file (it's name
  133. must end in ".java").
  134.  
  135. docdir-blocked-by-file
  136. The directory for the documentation could
  137. not be created in the project directory
  138. because there is a file with same name.
  139.  
  140. docdir-not-created
  141. The directory for the documentation could
  142. not be created in the project directory.
  143.  
  144. no-permission-for-docdir
  145. The directory for the documentation could
  146. not be created in the project directory
  147. because of insufficient rights.
  148.  
  149. show-or-generate
  150. Do you want to show the documentation
  151. generated previously, or do you want
  152. to regenerate the whole documentation?
  153. Just Show
  154. Regenerate
  155. Cancel
  156.  
  157. doctool-error
  158. Javadoc reported an error. It could be that there is a
  159. syntax error in one of the files you tried to generate
  160. a documentation for. It could also be that the JDK
  161. documentation URL specified in the preferences is incorrect.
  162. Make sure that all your Java files are compiled and the
  163. documentation URL is accessible or disabled. Then try again.
  164. If this message appears again you should check the log file
  165. with the error messages from Javadoc:
  166.  
  167. severe-doc-trouble
  168. An exception occured during the call
  169. to the external documentation tool.
  170.  
  171. no-java-sources-found
  172. No Java source files were
  173. found in this directory.
  174.  
  175. duplicate-name
  176. A class or package with this name already exists
  177. in this project. You cannot have two
  178. classes or packages with the same name.
  179.  
  180. error-in-import
  181. An error occured during the attempt to
  182. import the file. Check access rights and
  183. disk space.
  184.  
  185. no-class-selected-compile
  186. No class selected for compilation.
  187. Select a class by clicking on
  188. it before trying to compile.
  189.  
  190. no-class-selected
  191. Nothing selected for removal.
  192. Select a class, arrow or package by clicking on
  193. it before trying to remove.
  194.  
  195. really-remove-class
  196. Removing classes will permanently
  197. delete their source file(s).
  198. Do you want to continue?
  199. Remove
  200. Cancel
  201. null
  202.  
  203. really-remove-package
  204. Removing this package will permanently
  205. delete the package directory (including ALL
  206. the contents of that directory).
  207. Do you want to continue?
  208. Remove
  209. Cancel
  210. null
  211.  
  212. remove-package-open
  213. The package you have selected for
  214. deletion has some sub-packages opened
  215. within BlueJ. You must close these
  216. packages before you will be allowed
  217. to delete this package.
  218.  
  219. package-does-not-exist
  220. Error in opening package.
  221. Package does not exist:
  222.  
  223. no-bluej-package
  224. Error in opening package.
  225. The file/directory is not
  226. a BlueJ package:
  227.  
  228. applet-height-width
  229. Applet height and width
  230. must be specified.
  231.  
  232. cannot-read-help
  233. Cannot read help file:
  234.  
  235. not-yet-implemented
  236. Not Yet Implemented - sorry.
  237.  
  238. quit-all
  239. Quit all open projects?
  240. Quit All
  241. Cancel
  242. null
  243.  
  244. really-reload
  245. Reload discards all changes since the last edit.
  246. Are you sure?
  247. Reload
  248. Cancel
  249. null
  250.  
  251. really-print
  252. The text is wider than the paper. Long lines
  253. will be cut off. You can avoid this by resizing
  254. the editor window to make it narrower. Do you
  255. want to print anyway?
  256. Print
  257. Cancel
  258. null
  259.  
  260. open-non-bluej-already-bluej
  261. The directory you have selected is already
  262. a BlueJ project.
  263.  
  264. open-non-bluej-no-java
  265. No Java source files were
  266. found in this directory.
  267.  
  268. open-non-bluej-invalid
  269. You have indicated you wish to open this
  270. directory as a BlueJ project, however a file
  271. has been found with a package statement that
  272. is incompatible with the current directory
  273. structure. (For example, if the Java class
  274. Shape has a package line of com.aa, then the
  275. file Shape.java must be in a directory aa
  276. which is itself in a directory com. This com
  277. directory in turn must be in another directory
  278. which is the directory you should point BlueJ
  279. to when attempting to open it).
  280.  
  281. import-into-current
  282. You currently have a package open in this window.
  283. Do you want to import into the current package
  284. or would you like to create a new project and
  285. import into that?
  286. Current
  287. New Project
  288. Cancel
  289.  
  290. package-name-invalid
  291. You have changed the package statement
  292. to a package which does not exist in this project.
  293. If you wish to move this class to another
  294. package you must create the destination
  295. package first. The package statement has been
  296. reverted back to its original form.
  297.  
  298. package-name-clash
  299. You have changed the package statement to 
  300. a package that already has a class or package
  301. of this name. If the class is moved, the
  302. existing class or package would be overwritten,
  303. so the package statement has been reverted
  304. back to its original form.
  305.  
  306. package-name-changed
  307. You have changed the package statement which
  308. tells Java the package this class is in. Do you
  309. want to move this class to the indicated package
  310. or do you want to leave the class where it is
  311. (the package statement will be reverted back to
  312. its original form)?
  313. Move
  314. Revert
  315. null
  316.  
  317. ask-index
  318. Enter array element index [...]
  319. Array Inspection
  320. null
  321.  
  322. classmgr-changes-no-effect
  323. The changes you have made to the class libraries
  324. will not take effect until the next time you
  325. start BlueJ.
  326.  
  327. pref-optimise-no-effect
  328. Changes to the virtual machine settings will only take 
  329. effect for projects you open after making this change
  330. (or if you restart the virtual machine).
  331.  
  332. unittest-new-test-method
  333. Specify a name for this test.
  334. Recording will then start.
  335. New Test Method
  336. null
  337.  
  338. getobject-new-name
  339. Enter the name for the new object on the
  340. object bench.
  341. New Object Name
  342. null
  343.  
  344. unittest-fixture-present
  345. This unit test class already has a fixture declared
  346. in it. If you proceed, the definition of this
  347. fixture will be replaced.
  348. Do you want to continue?
  349. Replace
  350. Cancel
  351. null
  352.  
  353. unittest-method-present
  354. This unit test class already has a test method declared
  355. within it of the same name. If you proceed, the
  356. definition of the method will be replaced.
  357. Do you want to continue?
  358. Replace
  359. Cancel
  360. null
  361.  
  362. no-search-string
  363. No search string is defined.
  364. (Highlight some text or use 'Find' first.)
  365.  
  366. default-keys
  367. Do you really want to discard all your
  368. key bindings and set the default
  369. bindings?
  370. Set defaults
  371. Cancel
  372. null
  373.  
  374. error-create-vm
  375. BlueJ was unable to create a virtual machine (VM) to execute projects.
  376. This is a serious problem - you will not be able to create objects 
  377. or execute methods without solving it.
  378. Usually, this problem is caused by specific network settings on your
  379. machine. BlueJ uses TCP/IP and sockets to achieve the creation of the 
  380. VM. The most common cause for this is an overly restrictive firewall that
  381. does not allow connections from your local host. Switch off the firewall
  382. (if you have one) to test this. If this solves it, try to find a firewall 
  383. setting that allows connections from localhost.
  384. Other possible causes are incorrect network settings. Check that TCP/IP
  385. is set up correctly check other networking parameters.
  386. If problems persist, ask for help (see http://www.bluej.org/help/ask-help.html).
  387.  
  388. project-is-readonly
  389. The project is read-only. You will not be able to create objects
  390. or execute methods.
  391. Either the access rights of the project directory are set as 
  392. 'read only' for you, or the whole file system is not writable (is 
  393. it a CD?).
  394. To fully use this project, you must ensure that it is on a writable
  395. file system (usually your hard disk), and that you have write 
  396. permission in the project directory and each file within it.
  397.  
  398. could-not-write-shell-file
  399. Execution failed because the project directory is not writable.
  400. To create objects or execute methods, we must be able to write
  401. to the project directory. Make sure your project is on a writable 
  402. file system (not a CD!) and that you have write permission in
  403. the project directory and all files in it.
  404.